From: Chong Yidong Date: Sat, 28 Jan 2012 03:56:20 +0000 (+0800) Subject: * doc/lispref/text.texi (Transposition): We don't use transpose-region as an internal... X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~1078 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=38598dbd37299bc4cf9bae0b9d988eb2bc2bb3fe;p=emacs.git * doc/lispref/text.texi (Transposition): We don't use transpose-region as an internal subroutine. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1f926545077..97590597cb8 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,8 @@ 2012-01-28 Chong Yidong + * text.texi (Transposition): We don't use transpose-region as an + internal subroutine (Bug#3249). + * modes.texi (Example Major Modes): Update Lisp example code to current sources. Delete the old non-derived-major-mode example, which has diverged badly from current sources. diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index b75c013298f..55b0c0a4be8 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -3991,7 +3991,7 @@ changed in the future. @node Transposition @section Transposition of Text - This subroutine is used by the transposition commands. + This function can be used to transpose stretches of text: @defun transpose-regions start1 end1 start2 end2 &optional leave-markers This function exchanges two nonoverlapping portions of the buffer.